home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / ConnectionTools.idl < prev    next >
Text File  |  1996-05-01  |  1KB  |  56 lines

  1. /*
  2.      File:        ConnectionTools.idl
  3.  
  4.      Contains:    Communications Toolbox Connection Tools Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __CONNECTIONTOOLS_IDL__
  19. #define __CONNECTIONTOOLS_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __WINDOWS_IDL__
  25. #include <Windows.idl>
  26. #endif
  27. #ifndef __DIALOGS_IDL__
  28. #include <Dialogs.idl>
  29. #endif
  30. #ifndef __CONNECTIONS_IDL__
  31. #include <Connections.idl>
  32. #endif
  33.  
  34. #ifdef __SOMIDL__
  35.  
  36. #if FOR_SYSTEM7_ONLY
  37. typedef SOMLargeStruct            CMDataBuffer;                /* Derived from a struct of 12 bytes in size */
  38.  
  39. typedef OpaquePtr                CMDataBufferPtr;            /* Substituted OpaquePtr for ``CMDataBuffer*'' */
  40.  
  41. typedef SOMLargeStruct            CMCompletorRecord;            /* Derived from a struct of 6 bytes in size */
  42.  
  43. typedef OpaquePtr                CMCompletorPtr;                /* Substituted OpaquePtr for ``CMCompletorRecord*'' */
  44.  
  45. /*    Private Data Structure    */
  46. typedef SOMLargeStruct            CMSetupStruct;                /* Derived from a struct of 12 bytes in size */
  47.  
  48. typedef OpaquePtr                CMSetupPtr;                    /* Substituted OpaquePtr for ``CMSetupStruct*'' */
  49.  
  50. #endif
  51.  
  52. #endif /* __SOMIDL__ */
  53.  
  54. #endif /* __CONNECTIONTOOLS_IDL__ */
  55.  
  56.